home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat1 / ipcrm.z / ipcrm
Text File  |  1998-10-20  |  3KB  |  67 lines

  1.  
  2.  
  3.  
  4. IIIIPPPPCCCCRRRRMMMM((((1111))))                                                              IIIIPPPPCCCCRRRRMMMM((((1111))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      ipcrm - remove a message queue, semaphore set or shared memory id
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      iiiippppccccrrrrmmmm [ _o_p_t_i_o_n_s ]
  13.  
  14. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  15.      _i_p_c_r_m will remove one or more specified messages, semaphore or shared
  16.      memory identifiers.  The identifiers are specified by the following
  17.      _o_p_t_i_o_n_s:
  18.  
  19.      ----qqqq _m_s_q_i_d    removes the message queue identifier _m_s_q_i_d from the system
  20.                  and destroys the message queue and data structure associated
  21.                  with it.
  22.  
  23.      ----mmmm _s_h_m_i_d    removes the shared memory identifier _s_h_m_i_d from the system.
  24.                  The shared memory segment and data structure associated with
  25.                  it are destroyed after the last detach.
  26.  
  27.      ----ssss _s_e_m_i_d    removes the semaphore identifier _s_e_m_i_d from the system and
  28.                  destroys the set of semaphores and data structure associated
  29.                  with it.
  30.  
  31.      ----QQQQ _m_s_g_k_e_y   removes the message queue identifier, created with key
  32.                  _m_s_g_k_e_y, from the system and destroys the message queue and
  33.                  data structure associated with it.
  34.  
  35.      ----MMMM _s_h_m_k_e_y   removes the shared memory identifier, created with key
  36.                  _s_h_m_k_e_y, from the system.  The shared memory segment and data
  37.                  structure associated with it are destroyed after the last
  38.                  detach.
  39.  
  40.      ----SSSS _s_e_m_k_e_y   removes the semaphore identifier, created with key _s_e_m_k_e_y,
  41.                  from the system and destroys the set of semaphores and data
  42.                  structure associated with it.
  43.  
  44.      The details of the removes are described in _m_s_g_c_t_l(2), _s_h_m_c_t_l(2), and
  45.      _s_e_m_c_t_l(2).  The identifiers and keys may be found by using _i_p_c_s(1).
  46.  
  47. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  48.      ipcs(1), msgctl(2), msgget(2), msgop(2), semctl(2), semget(2), semop(2),
  49.      shmctl(2), shmget(2), shmop(2)
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.